﻿2026-05-28T06:15:58.0258672Z ##[group]Run actions/checkout@v6
2026-05-28T06:15:58.0259808Z with:
2026-05-28T06:15:58.0260575Z   ref: feature/hardening-nightly-bake
2026-05-28T06:15:58.0261190Z   lfs: true
2026-05-28T06:15:58.0261655Z   repository: yorvana/android
2026-05-28T06:15:58.0266323Z   token: ***
2026-05-28T06:15:58.0266783Z   ssh-strict: true
2026-05-28T06:15:58.0267251Z   ssh-user: git
2026-05-28T06:15:58.0267716Z   persist-credentials: true
2026-05-28T06:15:58.0268227Z   clean: true
2026-05-28T06:15:58.0268705Z   sparse-checkout-cone-mode: true
2026-05-28T06:15:58.0269262Z   fetch-depth: 1
2026-05-28T06:15:58.0269716Z   fetch-tags: false
2026-05-28T06:15:58.0270184Z   show-progress: true
2026-05-28T06:15:58.0271074Z   submodules: false
2026-05-28T06:15:58.0271570Z   set-safe-directory: true
2026-05-28T06:15:58.0272428Z ##[endgroup]
2026-05-28T06:15:58.1435607Z Syncing repository: yorvana/android
2026-05-28T06:15:58.1438963Z ##[group]Getting Git version info
2026-05-28T06:15:58.1441347Z Working directory is '/home/runner/work/android/android'
2026-05-28T06:15:58.1444180Z [command]/usr/bin/git version
2026-05-28T06:15:58.1530880Z git version 2.54.0
2026-05-28T06:15:58.1607244Z [command]/usr/bin/git lfs version
2026-05-28T06:15:58.2300283Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T06:15:58.2311517Z ##[endgroup]
2026-05-28T06:15:58.2318621Z Temporarily overriding HOME='/home/runner/work/_temp/338c340e-b10a-4c10-914f-11e01873f569' before making global git config changes
2026-05-28T06:15:58.2322244Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T06:15:58.2325267Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T06:15:58.2376036Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T06:15:58.2382039Z ##[group]Initializing the repository
2026-05-28T06:15:58.2388088Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T06:15:58.2507199Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T06:15:58.2518151Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T06:15:58.2523021Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T06:15:58.2525109Z hint: call:
2026-05-28T06:15:58.2526272Z hint:
2026-05-28T06:15:58.2527541Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T06:15:58.2529166Z hint:
2026-05-28T06:15:58.2532494Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T06:15:58.2534749Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T06:15:58.2536465Z hint:
2026-05-28T06:15:58.2537479Z hint: 	git branch -m <name>
2026-05-28T06:15:58.2538620Z hint:
2026-05-28T06:15:58.2540199Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T06:15:58.2542823Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T06:15:58.2546644Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T06:15:58.2594854Z ##[endgroup]
2026-05-28T06:15:58.2596781Z ##[group]Disabling automatic garbage collection
2026-05-28T06:15:58.2599706Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T06:15:58.2633970Z ##[endgroup]
2026-05-28T06:15:58.2636426Z ##[group]Setting up auth
2026-05-28T06:15:58.2637978Z Removing SSH command configuration
2026-05-28T06:15:58.2644508Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T06:15:58.2685395Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T06:15:58.2982256Z Removing HTTP extra header
2026-05-28T06:15:58.2986234Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T06:15:58.3028620Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T06:15:58.3270820Z Removing includeIf entries pointing to credentials config files
2026-05-28T06:15:58.3276196Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T06:15:58.3314856Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T06:15:58.3567190Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-84327f09-803a-4ed5-9470-cdccef72dad2.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T06:15:58.3609612Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-84327f09-803a-4ed5-9470-cdccef72dad2.config
2026-05-28T06:15:58.3648083Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-84327f09-803a-4ed5-9470-cdccef72dad2.config
2026-05-28T06:15:58.3689884Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-84327f09-803a-4ed5-9470-cdccef72dad2.config
2026-05-28T06:15:58.3727552Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-84327f09-803a-4ed5-9470-cdccef72dad2.config
2026-05-28T06:15:58.3781420Z ##[endgroup]
2026-05-28T06:15:58.3782895Z [command]/usr/bin/git lfs install --local
2026-05-28T06:15:58.4203406Z Updated Git hooks.
2026-05-28T06:15:58.4211610Z Git LFS initialized.
2026-05-28T06:15:58.4225325Z ##[group]Fetching the repository
2026-05-28T06:15:58.4237903Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/feature/hardening-nightly-bake*:refs/remotes/origin/feature/hardening-nightly-bake* +refs/tags/feature/hardening-nightly-bake*:refs/tags/feature/hardening-nightly-bake*
2026-05-28T06:15:59.4129587Z From https://github.com/yorvana/android
2026-05-28T06:15:59.4135843Z  * [new branch]      feature/hardening-nightly-bake -> origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.4195472Z ##[endgroup]
2026-05-28T06:15:59.4198200Z ##[group]Determining the checkout info
2026-05-28T06:15:59.4203943Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.4240288Z   origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.4251136Z ##[endgroup]
2026-05-28T06:15:59.4254025Z ##[group]Fetching LFS objects
2026-05-28T06:15:59.4257486Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.4520824Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.4759100Z ##[endgroup]
2026-05-28T06:15:59.4761944Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T06:15:59.4810919Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T06:15:59.4847392Z ##[group]Checking out the ref
2026-05-28T06:15:59.4852718Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T06:15:59.5627015Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-28T06:15:59.5634116Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-28T06:15:59.5919708Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T06:15:59.5930298Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T06:15:59.5963313Z ##[endgroup]
2026-05-28T06:15:59.6007593Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T06:15:59.6028377Z 025b1b8c4c5c0ffeca6bbb9b5826d0aafb9d27ae
